Arithmetic Functions

Description

Portable SQL math functions.

Name
Description
Abs

Returns the absolute value of a number.

Acos

Returns the arc cosine of an angle expressed in radians.

Asin

Returns the arc sine of an angle expressed in radians.

Atan

Returns the arc tangent of an angle expressed in radians.

Atan2

Returns an arc tangent angle (in radians) of two numbers.

Ceiling

Returns the smallest integer that is greater than or equal to Number.

Cos

Returns the cosine of an angle expressed in radians.

Cot

Returns the cotangent of an angle expressed in radians.

Degrees

Returns an angle in degrees for an angle expressed in radians.

Exp

Returns the number e raised to the power of Number.

Floor

Returns the largest integer that is less than or equal to Number.

Log

Returns the natural logarithm (base e) for a number.

Log10

Returns the logarithm (base 10) for a number.

Mod

Returns the integer remainder of a number divided by another.

NativeRound

Rounds a number using the native implementation (for Access, this is Banker's Rounding).

Pi

Returns an approximate value of the number Pi.

Power

Returns the Base raised to the power of Exponent.

Radians

Returns an angle in radians for an angle expressed in degrees.

Rand

Returns a random value between 0 and 1.

Round

Rounds off a number to a specified number of decimal places.

Sign

Returns 1 if Number is positive, 0 if it is zero and -1 if it is negative.

Sin

Returns the sine of an angle expressed in radians.

Square

Returns Number raised to the power of 2.

SquareRoot

Returns the square root of a number.

Tan

Returns the tangent of an angle expressed in radians.

Truncate

Returns number truncated to a specified number of decimal places.